home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / ansi / tdraw451.zip / WHATSNEW.DOC < prev   
Text File  |  1992-04-15  |  6KB  |  140 lines

  1. ============
  2. TheDraw 4.51
  3. ============
  4.  
  5. Despite extensive testing, yet another problem has shown up when saving
  6. QuickBasic object files.  Thanks for Gary Deal for pointing this out!
  7.  
  8. Chris Wirth of ACiD Productions found an obscure problem with background
  9. colors not being saved properly in Ansi files.
  10.  
  11. Fixed incorrect reference to "QB4TOOLS.OBJ" in file QB4UTIL.BI which should
  12. have read "QB4UTIL.LIB"
  13.  
  14. Also repaired glitch with the Sticky Ruler only working in sprite mode.
  15.  
  16.  
  17. ============
  18. TheDraw 4.50
  19. ============
  20.  
  21. There were over 50 improvements and corrections for this release of TheDraw.
  22. The following new features were added for version 4.50:
  23.  
  24. o    FONTS!  Built in Ascii class font support.  This takes the difficulty
  25.      out of creating large sized lettering.  Select "Fonts" from the pull
  26.      down menu.
  27.  
  28. o    Improved Restore/Undo facility.  Any screen operation can be reversed
  29.      simply by pressing ALT-R.
  30.  
  31. o    Mouse users can click on items in the status line to activate or
  32.      toggle options.
  33.  
  34. o    Added a 23 line edit buffer option.  This was requested by several
  35.      Bulletin Board System operators.  It should prove a popular option,
  36.      eliminating the need to always use block saves.  Go into the
  37.      internal Setup screen (using Options pulldown menu).  Move to
  38.      edit buffer depth and press [SPACE] until "23" appears.
  39.  
  40. o    Revised QuickBasic support.  Many people experienced difficulties
  41.      using TheDraw .OBJ file in MicroSoft's integrated environment.
  42.      This release corrects those problems.  Resave your screens in TheDraw,
  43.      and rebuild any Quick Libraries using MAKEQLB.
  44.  
  45.       Important:  References to QuickBasic .OBJ have changed.  You must now
  46.                   use "&" instead of "!" postfix's.  ie:
  47.  
  48.                   Use:          DECLARE ImageData&
  49.                   Instead of:   DECLARE ImageData!
  50.  
  51. o    Improved file directory listing used for Load/View/Delete Screen
  52.      commands (ALT-L, ALT-V, ALT-K).  Directories are now displayed along
  53.      with all files.
  54.  
  55. o    Ansi screen saves optimized to reduce file size, and speed display.
  56.  
  57. o    Pulldown menus now show corresponding shortcut keystrokes.
  58.  
  59. o    When the pulldown menu is displayed, Mouse users can now click on
  60.      items in the status line.  This will toggle the corrsponding command.
  61.      ie:  ALT-A (Colors), INS (Insert Mode), ALT-F (Function Key Sets), etc...
  62.  
  63. o    Additional documentation for using the Clipper compiler (courtesy
  64.      of Ian Thurston).
  65.  
  66. o    In response to many requests, static Ansi files can now put characters
  67.      in the lower-right corner of the screen.  Be warned, that doing so will
  68.      cause an uncontrollable screen scroll.
  69.  
  70.      Animated Ansi files are still not permitted.  However, colors can now
  71.      be placed there with causing unwanted screen scrolling.  TheDraw now
  72.      makes special Ansi codes which will color the corner safely.
  73.  
  74.  
  75. ==============
  76. 4.50 Bug Fixes
  77. ==============
  78.  
  79. - Proper handling of top line in Ansi files.  A change permitting Ansi on
  80.   the bottom of the screen fouled the display of Ansi on the top of the
  81.   screen.
  82.  
  83. - Object files (.OBJ) containing less than 512 bytes now are made properly.
  84.   A bug was introduced with the addition of QuickBasic support.
  85.  
  86. - QuickBasic library update batch file MAKEQLB improved to have better
  87.   error handling.
  88.  
  89. - Ascii file saves now place CR/LF after last line.
  90.  
  91. - Animation scramble scanner was leaving garbage of the screen.
  92.  
  93. - Various screen display quirks associated with the virtual edit buffer.
  94.  
  95. - Fixed the column insert/delete functions (ALT-[LEFT/RIGHT])
  96.  
  97. - More safeguards when switching between 25 and 43/50 line edit buffers.
  98.  
  99. - TheDraw can now load read-only marked files properly.
  100.  
  101. - Screen blanker tamed when doing a dos shell.
  102.  
  103. - Better handling of bell codes in Ansi files.
  104.  
  105. - Fixed bug with Sticky ruler status not being saved to .TD files.
  106.  
  107. - Repaired several problems with screen refresh in animation mode.
  108.  
  109. - Animation redrawn function (ALT-Q) altered to work more consistantly
  110.   across various computers.  A redraw speed of 255 now redraws the
  111.   animation sequences between 5 and 10 characters/second.
  112.  
  113. - Animation delete function (ALT-Z) now properly recognizes sprite mode, and
  114.   handles removing the last character from the animation sequence better.
  115.  
  116. - Better handling of animation block moves.  Previously you could move an
  117.   area lacking animation over an animated area, thus making a "black hole"
  118.   until the screen was redrawn.  This release corrects the oversight.
  119.  
  120. Plus several other minor fixes.
  121.  
  122.  
  123. Thanks to:
  124.   Steven Fischkoff for finding bug with animation scramble scanner.
  125.   J. T. Merrill for finding problem with THEPP when displaying
  126.     animated files.
  127.   Warren Leadbeatter for pointing out circumstances where unwanted
  128.     blank lines could get inserted into Ansi files.
  129.   Jeff Lawson for finding bug when loading read-only files, saving
  130.     small  (less  than  512  bytes)  object   files,  and  suggesting
  131.     improvements for the QuickBasic MAKEQLB batch file.
  132.   Ian Thurston for supplying a example for the Clipper compiler.
  133.   Joe Fischer (and others) for helping identify glitch with Ansi
  134.     saves relative to spurious linefeeds in the top video line.
  135.  
  136. Please do not assume someone else will write about a bug you find.
  137. Write a letter and be immortalized in the doc's of TheDraw!
  138.  
  139. In any case, Enjoy!
  140.